projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
696b09d
)
libxenlight: install libxl.h
author
Keir Fraser
<keir.fraser@citrix.com>
Tue, 5 Jan 2010 08:40:18 +0000
(08:40 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Tue, 5 Jan 2010 08:40:18 +0000
(08:40 +0000)
Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/libxl/Makefile
patch
|
blob
|
history
diff --git
a/tools/libxl/Makefile
b/tools/libxl/Makefile
index 325ce57a4f47561d282dbe8e6afb2639da85eade..e388e0bd8a1a3570b87a72c29ddc38d2509e0bcc 100644
(file)
--- a/
tools/libxl/Makefile
+++ b/
tools/libxl/Makefile
@@
-58,6
+58,7
@@
install: all
ln -sf libxenlight.so.$(MAJOR).$(MINOR) $(DESTDIR)$(LIBDIR)/libxenlight.so.$(MAJOR)
ln -sf libxenlight.so.$(MAJOR) $(DESTDIR)$(LIBDIR)/libxenlight.so
$(INSTALL_DATA) libxenlight.a $(DESTDIR)$(LIBDIR)
+ $(INSTALL_DATA) libxl.h $(DESTDIR)$(INCLUDEDIR)
cd $(LIBCONFIG_SOURCE) && DESTDIR= $(MAKE) install
.PHONY: clean